home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: mstave@wpo.borland.com (Matt Stave)
- Newsgroups: comp.lang.c++
- Subject: Re: BC++5.0 Great! <NOT>
- Date: Mon, 01 Apr 1996 20:06:36 GMT
- Organization: Borland International
- Message-ID: <4jpd1t$ro7@druid.borland.com>
- References: <315BEEBB.1261@mailport.delta-air.com>
- NNTP-Posting-Host: mstave2.borland.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- William,
-
- Could it be that you forgot #include <iostream.h>?
-
- I entered your code, added the #include and typed:
-
- bcc32 prog.cpp
-
- and it ran fine. What are you doing differently?
-
- --- Matt
-
- "William E. Sadler" <William.Sadler@mailport.delta-air.com> wrote:
-
- >Try this one folks:
-
- >do the standard hello world:
-
- >main()
- >{
- > cout << "Hello, World" << endl;
- >}
-
- >This will compile. Now, include the STL routine for a string, and cout the
- >string that contains hello world. No dice.
-
- >Sad, isn't it. I sold a 1000 shares of borland yesterday. Happy! I
- >doubled my money. But when word abou this buggy compiler gets out in the
- >mainstream 'puter press, I betcha they're gonna tumble.
-
- >I've loved borland, but they've finally driven me to MSVC. Sigh...
-
-
- >--
- >/***************************************************************************/
- >/* William E. Sadler | e-mail: wes@wesgroup.com */
- >/* | pots : 770-465-9960 */
- >/***************************************************************************/
- >/* To thine own self be true, keep your honor, be bold and remember: */
- >/* The only things in the middle of the road are broken yellow lines, and */
- >/* squished possums. */
- >/***************************************************************************/
-
-
-